1 namespace QuanLyNhanSu
2 {
3     
partial class frmbangtileluong
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmbangtileluong));
32             
this.grpbox = new System.Windows.Forms.GroupBox();
33             
this.cmdluu = new System.Windows.Forms.Button();
34             
this.cmdthoat = new System.Windows.Forms.Button();
35             
this.cmdthem = new System.Windows.Forms.Button();
36             
this.cmdCapnhat = new System.Windows.Forms.Button();
37             
this.cmdxoa = new System.Windows.Forms.Button();
38             
this.pnlthongtin = new System.Windows.Forms.Panel();
39             
this.dgv_TiLeLuong = new Telerik.WinControls.UI.RadGridView();
40             
this.cboto = new System.Windows.Forms.ComboBox();
41             
this.cbonam = new System.Windows.Forms.ComboBox();
42             
this.cbothang = new System.Windows.Forms.ComboBox();
43             
this.label7 = new System.Windows.Forms.Label();
44             
this.label3 = new System.Windows.Forms.Label();
45             
this.txtsongaycong = new System.Windows.Forms.TextBox();
46             
this.txttll = new System.Windows.Forms.TextBox();
47             
this.label6 = new System.Windows.Forms.Label();
48             
this.label4 = new System.Windows.Forms.Label();
49             
this.label1 = new System.Windows.Forms.Label();
50             
this.label2 = new System.Windows.Forms.Label();
51             
this.cboPhong = new System.Windows.Forms.ComboBox();
52             
this.grpbox.SuspendLayout();
53             
this.pnlthongtin.SuspendLayout();
54             ((System.ComponentModel.ISupportInitialize)(
this.dgv_TiLeLuong)).BeginInit();
55             ((System.ComponentModel.ISupportInitialize)(
this.dgv_TiLeLuong.MasterGridViewTemplate)).BeginInit();
56             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
57             
this.SuspendLayout();
58             
//
59             
// grpbox
60             
//
61             
this.grpbox.Controls.Add(this.cmdluu);
62             
this.grpbox.Controls.Add(this.cmdthoat);
63             
this.grpbox.Controls.Add(this.cmdthem);
64             
this.grpbox.Controls.Add(this.cmdCapnhat);
65             
this.grpbox.Controls.Add(this.cmdxoa);
66             
this.grpbox.Location = new System.Drawing.Point(59, 267);
67             
this.grpbox.Name = "grpbox";
68             
this.grpbox.Size = new System.Drawing.Size(374, 42);
69             
this.grpbox.TabIndex = 16;
70             
this.grpbox.TabStop = false;
71             
//
72             
// cmdluu
73             
//
74             
this.cmdluu.Anchor = System.Windows.Forms.AnchorStyles.None;
75             
this.cmdluu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
76             
this.cmdluu.Image = ((System.Drawing.Image)(resources.GetObject("cmdluu.Image")));
77             
this.cmdluu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
78             
this.cmdluu.Location = new System.Drawing.Point(222, 9);
79             
this.cmdluu.Name = "cmdluu";
80             
this.cmdluu.Size = new System.Drawing.Size(72, 30);
81             
this.cmdluu.TabIndex = 4;
82             
this.cmdluu.Text = "Lưu";
83             
this.cmdluu.UseVisualStyleBackColor = true;
84             
this.cmdluu.Click += new System.EventHandler(this.cmdluu_Click);
85             
//
86             
// cmdthoat
87             
//
88             
this.cmdthoat.Anchor = System.Windows.Forms.AnchorStyles.None;
89             
this.cmdthoat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
90             
this.cmdthoat.Image = ((System.Drawing.Image)(resources.GetObject("cmdthoat.Image")));
91             
this.cmdthoat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
92             
this.cmdthoat.Location = new System.Drawing.Point(295, 9);
93             
this.cmdthoat.Name = "cmdthoat";
94             
this.cmdthoat.Size = new System.Drawing.Size(72, 30);
95             
this.cmdthoat.TabIndex = 5;
96             
this.cmdthoat.Text = "Thoát";
97             
this.cmdthoat.UseVisualStyleBackColor = true;
98             
this.cmdthoat.Click += new System.EventHandler(this.cmdthoat_Click);
99             
//
100             
// cmdthem
101             
//
102             
this.cmdthem.Anchor = System.Windows.Forms.AnchorStyles.None;
103             
this.cmdthem.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
104             
this.cmdthem.Image = ((System.Drawing.Image)(resources.GetObject("cmdthem.Image")));
105             
this.cmdthem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
106             
this.cmdthem.Location = new System.Drawing.Point(5, 9);
107             
this.cmdthem.Name = "cmdthem";
108             
this.cmdthem.Size = new System.Drawing.Size(72, 30);
109             
this.cmdthem.TabIndex = 1;
110             
this.cmdthem.Text = "Thêm";
111             
this.cmdthem.UseVisualStyleBackColor = true;
112             
this.cmdthem.Click += new System.EventHandler(this.cmdthem_Click);
113             
//
114             
// cmdCapnhat
115             
//
116             
this.cmdCapnhat.Anchor = System.Windows.Forms.AnchorStyles.None;
117             
this.cmdCapnhat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
118             
this.cmdCapnhat.Image = ((System.Drawing.Image)(resources.GetObject("cmdCapnhat.Image")));
119             
this.cmdCapnhat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
120             
this.cmdCapnhat.Location = new System.Drawing.Point(78, 9);
121             
this.cmdCapnhat.Name = "cmdCapnhat";
122             
this.cmdCapnhat.Size = new System.Drawing.Size(72, 30);
123             
this.cmdCapnhat.TabIndex = 2;
124             
this.cmdCapnhat.Text = "Sửa";
125             
this.cmdCapnhat.UseVisualStyleBackColor = true;
126             
this.cmdCapnhat.Click += new System.EventHandler(this.cmdCapnhat_Click);
127             
//
128             
// cmdxoa
129             
//
130             
this.cmdxoa.Anchor = System.Windows.Forms.AnchorStyles.None;
131             
this.cmdxoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
132             
this.cmdxoa.Image = ((System.Drawing.Image)(resources.GetObject("cmdxoa.Image")));
133             
this.cmdxoa.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
134             
this.cmdxoa.Location = new System.Drawing.Point(149, 9);
135             
this.cmdxoa.Name = "cmdxoa";
136             
this.cmdxoa.Size = new System.Drawing.Size(72, 30);
137             
this.cmdxoa.TabIndex = 3;
138             
this.cmdxoa.Text = "Xóa";
139             
this.cmdxoa.UseVisualStyleBackColor = true;
140             
this.cmdxoa.Click += new System.EventHandler(this.cmdxoa_Click);
141             
//
142             
// pnlthongtin
143             
//
144             
this.pnlthongtin.BackColor = System.Drawing.Color.AliceBlue;
145             
this.pnlthongtin.Controls.Add(this.dgv_TiLeLuong);
146             
this.pnlthongtin.Controls.Add(this.cboto);
147             
this.pnlthongtin.Controls.Add(this.cbonam);
148             
this.pnlthongtin.Controls.Add(this.cbothang);
149             
this.pnlthongtin.Controls.Add(this.label7);
150             
this.pnlthongtin.Controls.Add(this.label3);
151             
this.pnlthongtin.Controls.Add(this.txtsongaycong);
152             
this.pnlthongtin.Controls.Add(this.txttll);
153             
this.pnlthongtin.Controls.Add(this.label6);
154             
this.pnlthongtin.Controls.Add(this.label4);
155             
this.pnlthongtin.Controls.Add(this.label1);
156             
this.pnlthongtin.Controls.Add(this.label2);
157             
this.pnlthongtin.Controls.Add(this.cboPhong);
158             
this.pnlthongtin.Location = new System.Drawing.Point(12, 12);
159             
this.pnlthongtin.Name = "pnlthongtin";
160             
this.pnlthongtin.Size = new System.Drawing.Size(468, 255);
161             
this.pnlthongtin.TabIndex = 15;
162             
//
163             
// dgv_TiLeLuong
164             
//
165             
this.dgv_TiLeLuong.Location = new System.Drawing.Point(3, 88);
166             
//
167             
//
168             
//
169             
this.dgv_TiLeLuong.MasterGridViewTemplate.AllowDragToGroup = false;
170             
this.dgv_TiLeLuong.MasterGridViewTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
171             
this.dgv_TiLeLuong.MasterGridViewTemplate.EnableGrouping = false;
172             
this.dgv_TiLeLuong.Name = "dgv_TiLeLuong";
173             
this.dgv_TiLeLuong.ReadOnly = true;
174             
this.dgv_TiLeLuong.Size = new System.Drawing.Size(462, 161);
175             
this.dgv_TiLeLuong.TabIndex = 29;
176             
//
177             
// cboto
178             
//
179             
this.cboto.BackColor = System.Drawing.SystemColors.HighlightText;
180             
this.cboto.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
181             
this.cboto.Enabled = false;
182             
this.cboto.ForeColor = System.Drawing.Color.Black;
183             
this.cboto.FormattingEnabled = true;
184             
this.cboto.Location = new System.Drawing.Point(300, 35);
185             
this.cboto.Name = "cboto";
186             
this.cboto.Size = new System.Drawing.Size(147, 21);
187             
this.cboto.TabIndex = 4;
188             
//
189             
// cbonam
190             
//
191             
this.cbonam.BackColor = System.Drawing.SystemColors.HighlightText;
192             
this.cbonam.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
193             
this.cbonam.Enabled = false;
194             
this.cbonam.ForeColor = System.Drawing.Color.Black;
195             
this.cbonam.FormattingEnabled = true;
196             
this.cbonam.Location = new System.Drawing.Point(300, 6);
197             
this.cbonam.Name = "cbonam";
198             
this.cbonam.Size = new System.Drawing.Size(65, 21);
199             
this.cbonam.TabIndex = 2;
200             
//
201             
// cbothang
202             
//
203             
this.cbothang.BackColor = System.Drawing.SystemColors.HighlightText;
204             
this.cbothang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
205             
this.cbothang.Enabled = false;
206             
this.cbothang.ForeColor = System.Drawing.Color.Black;
207             
this.cbothang.FormattingEnabled = true;
208             
this.cbothang.Location = new System.Drawing.Point(183, 6);
209             
this.cbothang.Name = "cbothang";
210             
this.cbothang.Size = new System.Drawing.Size(46, 21);
211             
this.cbothang.TabIndex = 1;
212             
//
213             
// label7
214             
//
215             
this.label7.AutoSize = true;
216             
this.label7.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
217             
this.label7.Location = new System.Drawing.Point(263, 9);
218             
this.label7.Name = "label7";
219             
this.label7.Size = new System.Drawing.Size(39, 15);
220             
this.label7.TabIndex = 28;
221             
this.label7.Text = "Năm :";
222             
//
223             
// label3
224             
//
225             
this.label3.AutoSize = true;
226             
this.label3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
227             
this.label3.Location = new System.Drawing.Point(113, 9);
228             
this.label3.Name = "label3";
229             
this.label3.Size = new System.Drawing.Size(49, 15);
230             
this.label3.TabIndex = 26;
231             
this.label3.Text = "Tháng :";
232             
//
233             
// txtsongaycong
234             
//
235             
this.txtsongaycong.BackColor = System.Drawing.SystemColors.ControlLightLight;
236             
this.txtsongaycong.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
237             
this.txtsongaycong.Location = new System.Drawing.Point(352, 60);
238             
this.txtsongaycong.MaxLength = 2;
239             
this.txtsongaycong.Name = "txtsongaycong";
240             
this.txtsongaycong.Size = new System.Drawing.Size(30, 22);
241             
this.txtsongaycong.TabIndex = 6;
242             
this.txtsongaycong.Tag = "";
243             
this.txtsongaycong.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
244             
//
245             
// txttll
246             
//
247             
this.txttll.BackColor = System.Drawing.SystemColors.ControlLightLight;
248             
this.txttll.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
249             
this.txttll.Location = new System.Drawing.Point(175, 60);
250             
this.txttll.MaxLength = 6;
251             
this.txttll.Name = "txttll";
252             
this.txttll.Size = new System.Drawing.Size(54, 22);
253             
this.txttll.TabIndex = 5;
254             
this.txttll.Tag = "";
255             
this.txttll.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
256             
//
257             
// label6
258             
//
259             
this.label6.AutoSize = true;
260             
this.label6.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
261             
this.label6.Location = new System.Drawing.Point(263, 64);
262             
this.label6.Name = "label6";
263             
this.label6.Size = new System.Drawing.Size(86, 15);
264             
this.label6.TabIndex = 24;
265             
this.label6.Text = "Số ngày công :";
266             
//
267             
// label4
268             
//
269             
this.label4.AutoSize = true;
270             
this.label4.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
271             
this.label4.Location = new System.Drawing.Point(87, 64);
272             
this.label4.Name = "label4";
273             
this.label4.Size = new System.Drawing.Size(75, 15);
274             
this.label4.TabIndex = 21;
275             
this.label4.Text = "Tỉ lệ lương :";
276             
//
277             
// label1
278             
//
279             
this.label1.AutoSize = true;
280             
this.label1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
281             
this.label1.Location = new System.Drawing.Point(6, 37);
282             
this.label1.Name = "label1";
283             
this.label1.Size = new System.Drawing.Size(49, 15);
284             
this.label1.TabIndex = 19;
285             
this.label1.Text = "Phòng :";
286             
//
287             
// label2
288             
//
289             
this.label2.AutoSize = true;
290             
this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
291             
this.label2.Location = new System.Drawing.Point(263, 36);
292             
this.label2.Name = "label2";
293             
this.label2.Size = new System.Drawing.Size(28, 15);
294             
this.label2.TabIndex = 18;
295             
this.label2.Text = "Tổ :";
296             
//
297             
// cboPhong
298             
//
299             
this.cboPhong.BackColor = System.Drawing.SystemColors.HighlightText;
300             
this.cboPhong.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
301             
this.cboPhong.Enabled = false;
302             
this.cboPhong.ForeColor = System.Drawing.Color.Black;
303             
this.cboPhong.FormattingEnabled = true;
304             
this.cboPhong.Location = new System.Drawing.Point(61, 34);
305             
this.cboPhong.Name = "cboPhong";
306             
this.cboPhong.Size = new System.Drawing.Size(168, 21);
307             
this.cboPhong.TabIndex = 3;
308             
this.cboPhong.Click += new System.EventHandler(this.cboPhong_SelectedIndexChanged);
309             
//
310             
// frmbangtileluong
311             
//
312             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
313             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
314             
this.ClientSize = new System.Drawing.Size(502, 319);
315             
this.Controls.Add(this.grpbox);
316             
this.Controls.Add(this.pnlthongtin);
317             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
318             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
319             
this.MaximizeBox = false;
320             
this.MinimizeBox = false;
321             
this.Name = "frmbangtileluong";
322             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
323             
this.Text = "Bảng Tỷ Lệ Lương";
324             
this.Load += new System.EventHandler(this.frmbangtileluong_Load);
325             
this.grpbox.ResumeLayout(false);
326             
this.pnlthongtin.ResumeLayout(false);
327             
this.pnlthongtin.PerformLayout();
328             ((System.ComponentModel.ISupportInitialize)(
this.dgv_TiLeLuong.MasterGridViewTemplate)).EndInit();
329             ((System.ComponentModel.ISupportInitialize)(
this.dgv_TiLeLuong)).EndInit();
330             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
331             
this.ResumeLayout(false);
332
333         }
334
335         
#endregion
336
337         
private System.Windows.Forms.GroupBox grpbox;
338         
private System.Windows.Forms.Button cmdluu;
339         
private System.Windows.Forms.Button cmdthoat;
340         
private System.Windows.Forms.Button cmdthem;
341         
private System.Windows.Forms.Button cmdCapnhat;
342         
private System.Windows.Forms.Button cmdxoa;
343         
private System.Windows.Forms.Panel pnlthongtin;
344         
private System.Windows.Forms.ComboBox cboto;
345         
private System.Windows.Forms.ComboBox cbonam;
346         
private System.Windows.Forms.ComboBox cbothang;
347         
private System.Windows.Forms.Label label7;
348         
private System.Windows.Forms.Label label3;
349         
private System.Windows.Forms.TextBox txtsongaycong;
350         
private System.Windows.Forms.TextBox txttll;
351         
private System.Windows.Forms.Label label6;
352         
private System.Windows.Forms.Label label4;
353         
private System.Windows.Forms.Label label1;
354         
private System.Windows.Forms.Label label2;
355         
private System.Windows.Forms.ComboBox cboPhong;
356         
private Telerik.WinControls.UI.RadGridView dgv_TiLeLuong;
357     }
358 }



Quản lý nhân sự công ty bằng c# _ full source code 60.358 lượt xem

Gõ tìm kiếm nhanh...